﻿@import url("font_2259870_pw9hlvqxjk.css");

@font-face {
  font-family: 'OpenSansLight';
  src: url('../font/OpenSansLight.eot');
  src: url('../font/OpenSansLight.eot') format('embedded-opentype'),
    url('../font/OpenSansLight.woff2') format('woff2'),
    url('../font/OpenSansLight.woff') format('woff'),
    url('../font/OpenSansLight.ttf') format('truetype'),
    url('../font/OpenSansLight.svg') format('svg');
}

@font-face {
  font-family: 'OpenSansRegular';
  src: url('../font/OpenSans-Regular.eot');
  src: url('../font/OpenSans-Regular.eot') format('embedded-opentype'),
    url('../font/OpenSans-Regular.woff2') format('woff2'),
    url('../font/OpenSans-Regular.woff') format('woff'),
    url('../font/OpenSans-Regular.ttf') format('truetype'),
    url('../font/OpenSans-Regular.svg') format('svg');
}

body {
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 14px;
  line-height: 1.45;
  font-family: "微软雅黑", Arial, Helvetica, sans-serif;
}

html {
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
}

body {
  background-color: #fff;
}

div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
span,
p,
form,
input {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

ul,
li {
  list-style: none;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: inherit;
}

div {
  margin: 0 auto;
  padding: 0;
}

img {
  border: none 0;
}

.left {
  float: left;
}

.right {
  float: right;
}

input,
textarea,
button {
  font-family: inherit;
  outline: none;
}

input:focus,
textarea:focus,
button:focus {
  outline: none;
}

/**********************/
a {
  color: #333;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-decoration: none;
}

a:hover {
  color: #00408f;
  text-decoration: none;
}

a:focus,
a:active {
  outline: none;
}

.transitions {
  webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/* css清除浮动 */
.clearfix:before,
.clearfix:after,
.container:before,
.container:after {
  display: table;
  content: " ";
}

.clearfix:after,
.container:after {
  clear: both;
}

.container {
  width: 1200px;
}

.section {
  width: 100%;
  min-width: 1200px;
  padding: 30px 0;
  background-color: transparent;
}

/**********************
***** margins *********
**********************/
/* == 间距，边距 == */
.pad5 {
  padding: 5px;
}

.pad10 {
  padding: 10px;
}

.pad15 {
  padding: 15px;
}

.pad20 {
  padding: 20px;
}

.pad25 {
  padding: 25px;
}

.pad30 {
  padding: 30px;
}

.pad35 {
  padding: 35px;
}

.pad40 {
  padding: 40px;
}

.pad-l5 {
  padding-left: 5px;
}

.pad-l10 {
  padding-left: 10px;
}

.pad-l15 {
  padding-left: 15px;
}

.pad-l20 {
  padding-left: 20px;
}

.pad-l25 {
  padding-left: 25px;
}

.pad-l30 {
  padding-left: 30px;
}

.pad-l35 {
  padding-left: 35px;
}

.pad-l40 {
  padding-left: 40px;
}

.pad-r5 {
  padding-right: 5px;
}

.pad-r10 {
  padding-right: 10px;
}

.pad-r15 {
  padding-right: 15px;
}

.pad-r20 {
  padding-right: 20px;
}

.pad-r25 {
  padding-right: 25px;
}

.pad-r30 {
  padding-right: 30px;
}

.pad-r35 {
  padding-right: 35px;
}

.pad-r40 {
  padding-right: 40px;
}

.pad-t5 {
  padding-top: 5px;
}

.pad-t10 {
  padding-top: 10px;
}

.pad-t15 {
  padding-top: 15px;
}

.pad-t20 {
  padding-top: 20px;
}

.pad-t25 {
  padding-top: 25px;
}

.pad-t30 {
  padding-top: 30px;
}

.pad-t35 {
  padding-top: 35px;
}

.pad-t40 {
  padding-top: 40px;
}

.pad-b5 {
  padding-bottom: 5px;
}

.pad-b10 {
  padding-bottom: 10px;
}

.pad-b15 {
  padding-bottom: 15px;
}

.pad-b20 {
  padding-bottom: 20px;
}

.pad-b25 {
  padding-bottom: 25px;
}

.pad-b30 {
  padding-bottom: 30px;
}

.pad-b35 {
  padding-bottom: 35px;
}

.pad-b40 {
  padding-bottom: 40px;
}

.mgn5 {
  margin: 5px;
}

.mgn10 {
  margin: 10px;
}

.mgn15 {
  margin: 15px;
}

.mgn20 {
  margin: 20px;
}

.mgn25 {
  margin: 25px;
}

.mgn30 {
  margin: 30px;
}

.mgn35 {
  margin: 35px;
}

.mgn40 {
  margin: 40px;
}

.mgn-l5 {
  margin-left: 5px;
}

.mgn-l10 {
  margin-left: 10px;
}

.mgn-l15 {
  margin-left: 15px;
}

.mgn-l20 {
  margin-left: 20px;
}

.mgn-l25 {
  margin-left: 25px;
}

.mgn-l30 {
  margin-left: 30px;
}

.mgn-l35 {
  margin-left: 35px;
}

.mgn-l40 {
  margin-left: 40px;
}

.mgn-r5 {
  margin-right: 5px;
}

.mgn-r10 {
  margin-right: 10px;
}

.mgn-r15 {
  margin-right: 15px;
}

.mgn-r20 {
  margin-right: 20px;
}

.mgn-r25 {
  margin-right: 25px;
}

.mgn-r30 {
  margin-right: 30px;
}

.mgn-r35 {
  margin-right: 35px;
}

.mgn-r40 {
  margin-right: 40px;
}

.mgn-t5 {
  margin-top: 5px;
}

.mgn-t10 {
  margin-top: 10px;
}

.mgn-t15 {
  margin-top: 15px;
}

.mgn-t20 {
  margin-top: 20px;
}

.mgn-t25 {
  margin-top: 25px;
}

.mgn-t30 {
  margin-top: 30px;
}

.mgn-t35 {
  margin-top: 35px;
}

.mgn-t40 {
  margin-top: 40px;
}

.mgn-b5 {
  margin-bottom: 5px;
}

.mgn-b10 {
  margin-bottom: 10px;
}

.mgn-b15 {
  margin-bottom: 15px;
}

.mgn-b20 {
  margin-bottom: 20px;
}

.mgn-b25 {
  margin-bottom: 25px;
}

.mgn-b30 {
  margin-bottom: 30px;
}

.mgn-b35 {
  margin-bottom: 35px;
}

.mgn-b40 {
  margin-bottom: 40px;
}

/* == 图片自适应居中 == */
.img-response {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

/* == 圆及圆角 == */
.round-5 {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
}

.round-10 {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
}

.round-15 {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
}

.round-20 {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
}

.round-25 {
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -o-border-radius: 25px;
}

.round {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
}

/* == 公用样式 == */
.pic {
  height: auto;
  overflow: hidden;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.pic img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

/*************************************************
**************  焦点图SupperSlide  ***************
*************************************************/
.fullSlide {
  width: 100%;
  min-width: 1200px;
  position: relative;
  background-color: #fff;
}

.fullSlide .bd {
  width: 100%;
  position: relative;
  z-index: 0;
}

.fullSlide .bd li {
  height: 560px;
}

.fullSlide .bd li a {
  display: block;
  height: inherit;
}

.fullSlide .bd li img {
  width: 100%;
  vertical-align: top;
}

.fullSlide .hd {
  position: relative;
  z-index: 1;
  margin-top: -30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.fullSlide .hd ul {
  text-align: center;
  padding-top: 5px;
}

.fullSlide .hd ul li {
  cursor: pointer;
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 40px;
  height: 5px;
  margin: 5px 3px;
  overflow: hidden;
  font-size: 0;
  background-color: #0081a6;
}

.fullSlide .hd ul .on {
  background-color: #ed5a11;
}

.fullSlide .prev,
.fullSlide .next {
  z-index: 1;
  display: block;
  width: 55px;
  height: 55px;
  position: absolute;
  background: url(../image/arrow.png) 0 0 no-repeat;
  filter: alpha(opacity=40);
  opacity: 0.4;
  top: 50%;
  margin-top: -28px;
}

.fullSlide .prev {
  left: 20px;
}

.fullSlide .next {
  background-position: right 0;
  right: 20px;
}

.fullSlide .prev:hover,
.fullSlide .next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}

/*************************************************
**************图片滚动  *******************
*************************************************/
.picScroll-left {
  width: 1208px;
  position: relative;
  margin-top: 25px;
}

.picScroll-left .prev,
.picScroll-left .next {
  display: block;
  width: 27px;
  height: 27px;
  overflow: hidden;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
  top: 50%;
  margin-top: -15px;
}

.picScroll-left .prev {
  background-image: url(http://www.jz-56.com/images/prev.png);
  left: -40px;
}

.picScroll-left .next {
  background-image: url(http://www.jz-56.com/images/next.png);
  right: -40px;
}

.picScroll-left .bd {
  padding: 0;
}

.picScroll-left .bd ul {
  overflow: hidden;
  zoom: 1;
}

.picScroll-left .bd ul li {
  width: 290px;
  height: auto;
  margin: 0 8px;
  float: left;
  _display: inline;
  overflow: hidden;
  text-align: center;
}

.picScroll-left .bd ul li .pic {
  width: 290px;
  height: auto;
  overflow: hidden;
  text-align: center;
}

.picScroll-left .bd ul li .pic img {
  width: 290px;
  height: 290px;
  display: block;

  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
}

.picScroll-left .bd ul li:hover .pic img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.picScroll-left .bd ul li .title {
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-align: left;
  color: #c00;
  padding: 0 20px;
  margin-top: 10px;
}

.picScroll-left .bd ul li:hover .title a {
  color: #eb3e00;
}

.p-intro {
  text-align: left;
  color: #666;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 20px;
}

.p-more-scroll {
  padding: 0 20px;
  text-align: left;
  font-size: 14px;
  text-transform: uppercase;
}

.p-more-scroll a {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  color: #eb3e00;
  padding-left: 20px;
  background-image: url(http://www.jz-56.com/images/k_38.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
}


/*************************************************
**************  在线客服  *************************
*************************************************/
#kefu {
  width: 120px;
  height: auto;
  position: fixed;
  top: 120px;
  right: 5px;
  z-index: 8888;
  background: #fff;
  border: 1px solid #ca2d25;
  border-top: 2px solid #ca2d25;
  display: none;
  border-radius: 4px;
  padding-bottom: 15px;
}

#kefu .top {
  width: 100%;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: url(../image/redTitleBg.gif) repeat-x;
}

#kefu .middle {
  font-size: 12px;
  width: 110px;
  margin: 0 auto;
}

#kefu .close {
  float: right;
  margin-right: 10px;
  margin-top: 5px;
  cursor: pointer;
  -webkit-transition: all 0.8s ease-out;
}

#kefu .close:hover {
  -webkit-transform: scale(1) rotate(360deg);
}

.right_bar {
  width: 31px;
  height: 110px;
  position: fixed;
  top: 120px;
  right: 0;
  z-index: 9999;
}

.right_bar img {
  cursor: pointer;
}

.kfcode {
  width: 100px;
  height: 100px;
  overflow: hidden;
  margin: 15px auto 0 auto;
}

.kfcode img {
  display: block;
  width: 100px;
  height: 100px;
}

.kflist {
  width: 110px;
  margin: 0 auto;
  height: auto;
  overflow: hidden;
}

.kflist ul li {
  height: 22px;
  line-height: 22px;
  overflow: hidden;
  border-bottom: 1px dotted #ccc;
  padding: 6px 0;
}

.kflist ul li a {
  display: inline-block;
  height: 22px;
  line-height: 22px;
  overflow: hidden;
  color: #333;
}

.kflist ul li a:hover {
  color: #c00;
}

.kflist ul li span {
  display: inline-block;
  float: left;
  width: 23px;
  height: 16px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.kflist ul li span img {
  display: block;
  float: right;
}

.kflist ul li p {
  display: inline-block;
  float: left;
  margin-left: 8px;
  height: 22px;
  line-height: 22px;
}

/**********************
******* scroll ********
**********************/
.scrollToTop {
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 200;
  overflow: hidden;
  border: 4px solid rgba(0, 153, 255, 1);
  padding: 4px;
  text-align: center;
  text-decoration: none;
  opacity: 1;
  filter: alpha(opacity=1);
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.scrollToTop a {
  display: block;
  width: 35px;
  height: 35px;
  background-color: rgba(0, 153, 255, 1);
  color: #fff;
}

.scrollToTop a i {
  line-height: 35px;
}

.scrollToTop:hover {
  border-color: rgba(0, 153, 255, 0.7);
}

/**********************
******* head **********
**********************/
.full-top {
  width: 100%;
  min-width: 1200px;
  height: 28px;
  background-color: transparent;
  background-image: url(http://www.jz-56.com/images/g_02.jpg);
  background-repeat: repeat-x;
  background-position: 50% 50%;
  overflow: hidden;
  border-bottom: 1px solid #E6E6E6;
}

.top-wel {
  display: inline-block;
  height: 28px;
  line-height: 26px;
  color: #505050;
  font-size: 14px;
}

.header {
  width: 100%;
  min-width: 1200px;
  background-color: #FFF;
  position: relative;
  z-index: 999;
}

.logo {
  display: block;
  width: auto;
  height: 86px;
  float: left;
}

.logo img {
  display: block;
  width: auto;
  height: 86px;
}

.head-right {
  display: inline-block;
  float: right;
  margin-top: 26px;
}

.head-right span {
  display: block;
  height: auto;
  overflow: hidden;
  background-image: url(http://www.jz-56.com/images/hotline.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding-left: 65px;
}

.head-right span h5 {
  color: #545454;
  font-size: 18px;
  line-height: 24px;
}

.head-right span h4 {
  color: #000000;
  font-size: 26px;
  font-weight: bold;
  line-height: 30px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: arial;
}

/**********************
***** language ********
**********************/
.language {
  float: right;
  position: relative;
}

.language h5 {
  height: 36px;
  line-height: 36px;
  position: relative;
  overflow: hidden;
  margin-top: 25px;
  margin-bottom: 25px;
  cursor: pointer;
  font-size: 16px;
  padding-left: 20px;
}

.language h5 i {
  font-size: 14px;
  margin-left: 15px;
}

.language h5::before {
  content: '';
  width: 1px;
  height: 14px;
  background-color: #e5e5e5;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
}

.language ul {
  position: absolute;
  left: 0;
  top: 100%;
  width: auto;
  min-width: 100%;
  background-color: #fff;
  box-shadow: 0 8px 16px rgba(0, 0, 0, .1);
  display: none;
}

.language a {
  display: block;
  font-size: 14px;
  color: #333;
  height: 40px;
  line-height: 40px;
  text-transform: capitalize;
  background-repeat: no-repeat;
  background-position: 8px 50%;
  border-bottom: 1px solid #ddd;
  padding-left: 40px;
  padding-right: 5px;
}

.language a:hover {
  color: #00408f;
}

.language a.en {
  background-image: url(../image/en2.png);
}

.language a.cn {
  background-image: url(../image/cn2.png);
}

/**********************
***** search form *****
**********************/
.search-wrap {
  width: 265px;
  height: 31px;
  position: relative;
  overflow: hidden;
  float: right;
  background-color: #FFFFFF;
  margin-right: 15px;
  margin-top: 25px;
  margin-left: 10px;
}

.search-input {
  width: 234px;
  height: 31px;
  overflow: hidden;
  float: left;
}

.search-input input {
  display: block;
  margin: 0;
  width: 210px;
  height: 31px;
  line-height: 31px;
  border: none;
  padding: 0 12px;
  color: #999;
  font-size: 12px;
  background-color: #FFFFFF;
  vertical-align: middle;
}

.search-btm {
  width: 31px;
  height: 31px;
  float: right;
}

.search-btm input {
  display: block;
  color: #fff;
  font-size: 0px;
  width: 31px;
  height: 31px;
  line-height: 31px;
  text-align: center;
  border: none;
  padding: 0;
  margin: 0;
  background-color: transparent;
  background-image: url(../image/btm.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  cursor: pointer;
}

/**********************
*** nav'nt submenu ****
**********************/
.full-nav {
  width: 100%;
  min-width: 1200px;
  background-color: #00408f;
  position: relative;
  z-index: 98;
  height: 48px;
}

.navbar {
  margin-top: 10px;
}

.nav {
  height: 86px;
  float: right;
  margin-right: 20px;
}

.nav>ul>li {
  height: 86px;
  float: left;
  position: relative;
  z-index: 10;
}

.nav>ul>li>span {
  display: block;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
}

.nav>ul>li>span>a {
  color: #333;
  display: block;
  height: 86px;
  line-height: 86px;
  padding: 0 30px;
}

.nav>ul>li:hover>span>a {
  color: #fff;
  background-color: #00408f;
}

.nav>ul>li>span.active a {
  color: #fff;
  background-color: #00408f;
}

.nav>ul>li>ul {
  display: none;
  width: 100%;
  height: auto;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99;
  background: #fff;
  border-bottom: 3px solid #00408f;
}

.nav>ul>li>ul>li {
  font-size: 12px;
  z-index: 100;
  text-align: center;
  position: relative;
}

.nav>ul>li>ul>li>a {
  display: block;
  color: #666;
  border-bottom: 1px dotted #ddd;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.nav>ul>li>ul>li>a:hover {
  color: #fff;
  background-color: #00408f;
}

.nav>ul>li:hover>ul {
  display: block;
}

/** two **/
.navMenu {
  display: none;
  width: 160px;
  height: auto;
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: -1px;
  z-index: 99;
  background: #f5f5f5;
  box-shadow: 0px 0px 3px rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0px 0px 3px rgba(255, 255, 255, 1);
  -moz-box-shadow: 0px 0px 3px rgba(255, 255, 255, 1);
}

.navMenu li {
  position: relative;
  font-size: 12px;
}

.navMenu li a {
  display: block;
  color: #666;
  border-bottom: 1px dotted #ddd;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.navMenu li a:hover {
  color: #C62235;
}

.nav>ul>li>ul>li:hover>.navMenu {
  display: block;
}

/* .nav > ul > li > ul > li > ul{
	display:none;
	width:160px;
	height:auto; 
	position:absolute;
	top:0;
	left:100%;
	margin-left: -1px;
	z-index:99;
	background: #f5f5f5;
	box-shadow:0px 0px 3px rgba(255,255,255,1);
	-webkit-box-shadow:0px 0px 3px rgba(255,255,255,1);
	-moz-box-shadow:0px 0px 3px rgba(255,255,255,1);
}
.nav > ul > li > ul > li > ul > li{
	position: relative;
}
.nav > ul > li > ul > li:hover > ul{
	display: block;
}
.nav > ul > li > ul > li > ul > li > a{
	display:block;
	color:#666;
	border-bottom:1px dotted #ddd;
	padding:0 10px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.nav > ul > li > ul > li > ul > li > a:hover{
	color: #c00;
} */

/*** three ***/
/* .nav .submenu3{
	display:block;
	width:160px;
	height:auto; 
	overflow:hidden;
	position:absolute;
	top:0;
	left:100%;
	margin-left: -1px;
	z-index:99;
	background: #f5f5f5;
	box-shadow:0px 0px 3px rgba(255,255,255,1);
	-webkit-box-shadow:0px 0px 3px rgba(255,255,255,1);
	-moz-box-shadow:0px 0px 3px rgba(255,255,255,1);
}
.nav .submenu3 li a{
	display:block;
	color:#666;
	border-bottom:1px dotted #ddd;
	padding:0 10px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.nav li:hover .submenu3{
	display: block;
} */
.nav>ul>li>ul>li>ul>li:hover .navMenu {
  display: block;
}

/**********************
******* footer ********
**********************/
.footer {
  width: 100%;
  min-width: 1200px;
  background-color: #292929;
  padding-top: 80px;
  padding-bottom: 40px;
}

.nav-foot {
  position: relative;
  height: auto;
}

.nav-foot-bg {
  background-color: transparent;
  background-image: url(http://www.jz-56.com/images/k_19.png);
  background-repeat: no-repeat;
  background-position: 100% 0;
}

.foot-title {
  color: #fff;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 15px;
}

.foot-title2 {
  color: #fff;
  font-size: 16px;
  line-height: 1;
  position: relative;
  margin-bottom: 15px;
}

.foot-title2 ul li {
  float: left;
  margin-right: 15px;
  position: relative;
}

.foot-title2 ul li::before {
  display: inline-block;
  content: '';
  width: 10px;
  height: 10px;
  background: #fff;
  margin: 0 8px 0 0;
}

.foot-title2 ul li a {
  color: #fff;
}

.foot-title2 ul li a:hover {
  text-decoration: underline;
}

.nav-foot-list {
  display: block;
  height: auto;
  overflow: hidden;
  position: relative;
}

.nav-foot-list li {
  font-size: 14px;
  line-height: 2;
}

.nav-foot-list li a {
  color: #bbb;
}

.nav-foot-list li a i {
  font-size: 12px;
  margin-right: 5px;
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
}

.nav-foot-list li a:hover {
  color: #fff;
}

.nav-foot-list li a:hover i {
  margin-left: 5px;
}

.wd-about {
  width: 155px;
}

.wd-about2 {
  width: 180px;
}

.wd-about3 {
  width: 200px;
}

.wd-product {
  width: 185px;
}

.wd-news {
  width: 225px;
}

.wd-contact {
  width: 440px;
}

.foot-contact-wrap {
  padding-top: 10px;
  position: relative;
}

.wechat {
  float: left;
  width: 120px;
  height: 120px;
  overflow: hidden;
}

.wechat img {
  display: block;
  width: 120px;
  height: 120px;
}

.foot-contact-info {
  width: 305px;
  float: right;
  color: #fff;
  font-size: 14px;
  line-height: 2;
}

.full-copyright {
  width: 100%;
  min-width: 1200px;
  background-color: #fff;
}

.copyright {
  line-height: 2;
  color: #bbb;
  font-size: 14px;
}

.copyright span {
  display: inline-block;
  margin-left: 10px;
}

.copyright a {
  color: #bbb;
}

.copyright a:hover {
  color: #fff;
}

.foot-social {
  margin-top: 25px;
}

.foot-social p {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 28px;
}

.foot-social ul li {
  display: inline-block;
  float: left;
  margin: 5px 5px;
}

.foot-social ul li a {
  display: block;
  color: #fff;
  font-size: 16px;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}

.foot-social ul li a i {
  line-height: 28px;
  margin: 0;
}

.foot-social ul li a:hover i {
  margin: 0;
}

.foot-social ul li a.facebook {
  background-color: #3460a1;
}

.foot-social ul li a.twitter {
  background-color: #2aa9de;
}

.foot-social ul li a.dribbble {
  background-color: #ea4c89;
}

.foot-social ul li a.youtube {
  background-color: #e84639;
}

.foot-social ul li a.google {
  background-color: #df5342;
}

.foot-social ul li a.linkedin {
  background-color: #1883bb;
}

.foot-social ul li a.pinterest {
  background-color: #cc2127;
}

.foot-social ul li a.instagram {
  background-color: #517fa4;
}

/**********************
****** index css ******
**********************/
.index-slide {
  width: 100%;
  min-width: 1200px;
  height: 600px;
  overflow: hidden;
}

.section-search {
  width: 100%;
  min-width: 1200px;
  padding: 50px 0;
  background-image: url(../image/reg-bg.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.search-row {
  height: auto;
  overflow: hidden;
  position: relative;
  margin-bottom: 13px;
}

.search-lt {
  width: 295px;
  height: auto;
  float: left;
  overflow: hidden;
}

.search-key {
  height: auto;
  overflow: hidden;
}

.search-hd {
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  color: #fff;
  font-size: 20px;
  text-transform: capitalize;
  padding-left: 45px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  margin-bottom: 25px;
}

.search-hd.login {
  background-image: url(../image/f1.png);
}

.search-hd.yun {
  background-image: url(../image/f2.png);
}

.search-hd.pian {
  background-image: url(../image/f3.png);
}

.fuser {
  display: block;
  width: 228px;
  height: 39px;
  line-height: 39px;
  padding-right: 5px;
  padding-left: 62px;
  border: 0;
  background-color: #fff !important;
  color: #999;
  font-size: 14px;
  font-family: inherit;
  background-image: url(../image/u1.jpg);
  background-repeat: no-repeat;
  background-position: 0 50%;
}

.fpsd {
  display: block;
  width: 161px;
  height: 39px;
  line-height: 39px;
  padding-right: 72px;
  padding-left: 62px;
  border: 0;
  background-color: #fff !important;
  color: #999;
  font-size: 14px;
  font-family: inherit;
  background-image: url(../image/u2.jpg);
  background-repeat: no-repeat;
  background-position: 0 50%;
}

.fbtm {
  display: block;
  width: 72px;
  height: 39px;
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  line-height: 39px;
  background-color: #ef8700;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  text-transform: capitalize;
  margin: 0;
  padding: 0;
}

.ffm-wd {
  height: auto;
  overflow: hidden;
  text-align: center;
  color: #fff;
  font-size: 14px;
}

.ffm-wd a {
  display: inline-block;
  margin: 0 15px;
  color: #fff;
}

.ffm-wd a:hover {
  text-decoration: underline;
}

.ffm-an {
  height: auto;
  overflow: hidden;
  margin-top: 15px;
}

.ffm-an span {
  display: block;
  text-align: center;
  color: #fff;
  line-height: 40px;
  background-color: #3366a5;
}

.fcnt {
  display: block;
  width: 265px;
  height: 80px;
  padding: 10px 15px;
  border: none;
  background-color: #fff;
  color: #999;
  font-size: 14px;
  line-height: 2;
  font-family: inherit;
  margin: 0;
}

.ftmda {
  display: block;
  width: 295px;
  text-align: center;
  color: #fff;
  background-color: #ef8700;
  font-size: 16px;
  text-transform: uppercase;
  border: 0;
  line-height: 40px;
  margin: 0;
  padding: 0;
  height: 40px;
}

.ffm-ans {
  text-align: center;
  color: rgba(255, 255, 255, .6);
}

.ff-rr {
  width: 350px;
  height: auto;
  overflow: hidden;
  float: right;
  margin-right: 30px;
}

.lab-1 {
  display: block;
  width: 125px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  float: left;
  color: #fff;
  background-color: #3366a5;
  font-size: 14px;
}

.fgoj {
  display: block;
  width: 210px;
  height: 39px;
  line-height: 39px;
  float: left;
  background-color: #fff;
  border: none;
  color: #999;
  padding-left: 15px;
}

.lab-2 {
  display: block;
  width: 250px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  float: left;
  color: #fff;
  background-color: #3366a5;
  font-size: 12px;
  overflow: hidden;
}

.ftmdaff {
  display: block;
  width: 100px;
  text-align: center;
  color: #fff;
  background-color: #ef8700;
  font-size: 16px;
  text-transform: uppercase;
  border: 0;
  line-height: 39px;
  margin: 0;
  padding: 0;
  height: 39px;
  float: left;
}

.section-fuwu {
  padding: 45px 0;
  width: 100%;
  min-width: 1200px;
  background-image: url(../image/bg1.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.gaoxx {
  text-align: center;
  text-transform: uppercase;
}

.xizaa {
  text-align: center;
  color: #666;
  font-size: 16px;
  margin-top: 10px;
}

.full-huii {
  width: 100%;
  min-width: 1200px;
  background-color: #f8f8f8;
  padding-bottom: 40px;
}

/*** owl ***/
.owl-carousel.owl-product {
  width: 1200px;
  padding: 0 60px;
}

.owl-carousel.owl-product .item {
  height: auto;
  overflow: hidden;
  padding-top: 51px;
}

.owl-carousel.owl-product .item .inner {
  background-color: #fff;
  position: relative;
  padding: 0 20px 20px;
  border: 1px solid #e8e8e8;
}

.owl-carousel.owl-product .item a {
  display: block;
}

.owl-carousel.owl-product .item .pic {
  height: auto;
  overflow: hidden;
  padding: 8px;
  border-radius: 50%;
  background-color: #342c2a;
  width: 82px;
  height: 82px;
  position: relative;
  margin-top: -51px;
}

.owl-carousel.owl-product .item .pic img {
  width: 82px;
  height: 82px;
  border: 1px solid #696362;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.owl-carousel.owl-product .item .title {
  text-align: center;
  height: auto;
  overflow: hidden;
  color: #342c2a;
  font-size: 24px;
  font-weight: bold;
  margin-top: 20px;
  line-height: 30px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.owl-carousel.owl-product .item .intro {
  text-align: center;
  font-size: 16px;
  line-height: 28px;
  margin-top: 15px;
  padding: 0 15px;
  min-height: 140px;
  height: auto;
  position: relative;
  z-index: 2;
}

.owl-carousel.owl-product .item .num {
  color: #f8f8f8;
  font-size: 120px;
  position: absolute;
  left: 15px;
  bottom: 15px;
  line-height: 1;
  z-index: 1;
}

.owl-carousel.owl-product .item:hover .pic {
  background-color: #ef8700;
}

.owl-carousel.owl-product .item:hover .pic img {
  border-color: #f3a641;
}

.owl-carousel.owl-product .item:hover .title {
  color: #ef8700;
}

.owl-carousel.owl-product .owl-controls {
  margin-top: 30px;
}

.owl-carousel.owl-product .owl-controls .owl-nav .owl-prev,
.owl-carousel.owl-product .owl-controls .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #dbdbdb;
  font-size: 36px;
  margin: 0;
  padding: 0;
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 45%;
}

.owl-carousel.owl-product .owl-controls .owl-nav .owl-next {
  left: auto;
  right: 0;
}

.owl-carousel.owl-product .owl-controls .owl-nav .owl-prev i,
.owl-carousel.owl-product .owl-controls .owl-nav .owl-next i {
  color: #dbdbdb;
  font-size: 30px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.owl-carousel.owl-product .owl-controls .owl-dots .owl-dot span {
  width: 50px;
  height: 3px;
  margin: 0 10px;
  background-color: #999999;
  opacity: 1;
  filter: Alpha(Opacity=100);
}

.owl-carousel.owl-product .owl-controls .owl-dots .owl-dot.active span {
  background-color: #00b584;
}

.owl-carousel.owl-product .owl-controls .owl-nav .owl-prev:hover i,
.owl-carousel.owl-product .owl-controls .owl-nav .owl-next:hover i {
  color: #ef8700;
}

/** product **/
.section-product {
  width: 100%;
  min-width: 1200px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fff;
  position: relative;
}

.index-head-product {
  text-align: center;
  position: relative;
  font-weight: bold;
}

.index-head-product span {
  display: inline-block;
  color: #000000;
  font-size: 30px;

  z-index: 4;
  position: relative;
}

.index-head-product-small {
  text-align: center;
  color: #666;
  font-size: 16px;
  margin-top: 15px;
  line-height: 1.75;
  margin-bottom: 30px;
}

.cate-box {
  width: 242px;
  background-color: #DDDDDD;
  height: 615px;
  overflow: hidden;
  float: left;
  position: relative;
}

.cate-top {
  text-align: center;
  height: 80px;
  background-color: #0080D6;
  color: #FFFFFF;
}

.cate-top h2 {
  font-weight: bold;
  line-height: 40px;
  margin-top: 8px;
}

.cate-top h6 {
  text-transform: uppercase;
  font-family: arial;
  line-height: 18px;
  margin-top: 3px;
}

.cate-list {
  height: auto;
  overflow: hidden;
  position: relative;
}

.cate-list ul {
  width: 1240px;
}

.cate-list ul li {
  height: auto;
  overflow: hidden;
  width: 580px;
  height: auto;
  position: relative;
  float: left;
  margin-right: 40px;
  margin-bottom: 40px;
}

/* .cate-list ul li.wdli1{
	width: 556px;
	height: 745px;
	top: 0;
	left: 0;
}
.cate-list ul li.wdli2{
	width: 625px;
	height: 364px;
	top: 0;
	right: 0;
}
.cate-list ul li.wdli3{
	width: 625px;
	height: 364px;
	right: 0;
	bottom: 0;
} */
.cate-list ul li a {
  display: block;
}

.cate-list ul li .pic {
  height: 100%;
  overflow: hidden;
}

.cate-list ul li .pic img {
  width: 100%;
  height: auto;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.cate-list ul li .cover {
  background-color: rgba(0, 0, 0, .5);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 8% 6%;
}

.cate-list ul li .cover .title {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.cate-list ul li .cover .title font {
  color: #ef8700;
}

.cate-list ul li .cover .intro {
  color: #fff;
  font-size: 16px;
  line-height: 2;
}

.cate-list ul li:hover .pic img {
  transform: scale(1.05);
}

.cate-botm {
  width: 100%;
  height: 150px;
  background-color: #1574b8;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
}

.cate-pic {
  text-align: center;
  margin-top: 20px;
}

.cate-pic img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.cate-word {
  color: #FFFFFF;
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.cate-tel {
  text-align: center;
  color: #FFFFFF;
  font-size: 26px;
  font-family: arial;
}

.pro-main-box {
  width: 941px;
  float: right;
}

.index-product-list {
  overflow: hidden;
}

.index-product-list ul {
  width: 952px;
}

.index-product-list ul li {
  width: 227px;
  height: auto;
  overflow: hidden;
  float: left;
  margin-right: 11px;
}

.index-product-list ul li .pic {
  border: 1px solid #ebebeb;
  width: 225px;
  height: auto;
  overflow: hidden;
}

.index-product-list ul li .pic img {
  display: block;
  margin: 0 auto;
  width: 225px;
  height: 225px;
}

.index-product-list ul li .title {
  text-align: center;
  height: 36px;
  line-height: 36px;
}

.full-fuwu {
  width: 100%;
  min-width: 1200px;
  height: 692px;
  overflow: hidden;
  padding-top: 42px;
  position: relative;
}

.fuwu-tab-sort {
  width: 1200px;
  height: auto;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -600px;
  z-index: 333;
  padding-bottom: 10px;
}

.fuwu-tab-sort ul {
  width: 1202px;
}

.fuwu-tab-sort ul li {
  width: 298.5px;
  height: auto;
  float: left;
  margin-right: 2px;
  background-color: #434343;
  color: #fff;
  text-align: center;
  line-height: 1;
  padding: 25px 0;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.fuwu-tab-sort ul li h5 {
  margin-top: 15px;
}

.fuwu-tab-sort ul li.active {
  background-color: #ef8700;
}

.fuwu-tab-sort ul li::after {
  content: '';
  width: 10px;
  height: 10px;
  background-color: transparent;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  bottom: -5px;
  transform: rotate(45deg);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.fuwu-tab-sort ul li.active::after {
  background-color: #ef8700;
}

.fuwu-tab-content {
  width: 100%;
  min-width: 1200px;
  height: 692px;
  overflow: hidden;
}

.fuwu-tab-content ul li {
  height: 692px;
  overflow: hidden;
  position: relative;
}

.fuwu-tab-content ul li .pic {
  height: 692px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.fuwu-tab-content ul li .cover {
  background-color: rgba(0, 0, 0, .5);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px 0;
}

.fuwu-tab-content ul li .cover h3 {
  color: #fff;
  position: relative;
  padding-bottom: 20px;
}

.fuwu-tab-content ul li .cover h3::after {
  content: '';
  width: 44px;
  height: 4px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}

.fuwu-tab-content ul li .cover .info {
  color: #fff;
  font-size: 16px;
  margin-top: 15px;
}

/** why **/
.full-why-top {
  width: 100%;
  min-width: 1200px;
  height: 120px;
  overflow: hidden;
  background-color: #0080D6;
  background-image: url(http://www.jz-56.com/images/g_53.jpg);
  background-repeat: no-repeat;
  background-position: 50% 100%;
}

.why-hd {
  text-align: center;
}

.why-hd span {
  display: inline-block;
  padding-left: 60px;
  background-image: url(http://www.jz-56.com/images/g_45.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
  margin-top: 10px;
}

.why-hd span div {
  display: block;
  padding-right: 60px;
  background-image: url(http://www.jz-56.com/images/g_48.png);
  background-repeat: no-repeat;
  background-position: 100% 50%;
}

.why-hd span div h1 {
  color: #FFFFFF;
  font-size: 54px;
  font-weight: bold;
  height: 60px;
  line-height: 60px;
  padding-bottom: 15px;
}

.why-hd span div h3 {
  color: #63a4e0;
  text-transform: uppercase;
  font-family: arial;
  height: 20px;
  line-height: 20px;
}

.section-why {
  width: 100%;
  min-width: 1200px;
  background-color: #FFFFFF;
  padding: 20px 0;
}

.why-row {
  width: 1200px;
  margin-bottom: 45px;
}

.why-lt1 {
  width: 641px;
  overflow: hidden;
}

.why-lt1 img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.why-rt1 {
  width: 440px;
  padding-left: 79px;
  padding-right: 40px;
}

.why-top {
  overflow: hidden;
}

.why-num {
  width: 92px;
  height: 120px;
  background-color: #23BA00;
  color: #FFFFFF;
  font-size: 48px;
  font-family: arial;
  font-weight: bold;
  text-align: center;
  line-height: 120px;
}

.why-top-right {
  width: 320px;
  padding-top: 20px;
}

.why-cn {
  color: #184b8a;
  font-size: 30px;
  font-weight: bold;
}

.why-en {
  color: #8E8E8E;
  font-size: 18px;
  font-family: arial;
  margin-top: 5px;
}

.why-word {
  margin-top: 30px;
}

.why-word p {
  margin-bottom: 15px;
  line-height: 30px;
  padding-left: 20px;
  background-image: url(http://www.jz-56.com/images/g_67.png);
  background-repeat: no-repeat;
  background-position: 0 10px;
  color: #4D4D4D;
  font-size: 16px;
}

.why-word p font {
  color: #d80000;
  font-size: 30px;
  line-height: 30px;
  font-family: arial;
}

.why-bgc1 {
  background-color: #F2F2F2;
}

.why-lt2 {
  width: 580px;
}

.why-rt2 {
  width: 520px;
  padding-left: 60px;
  padding-right: 40px;
  padding-top: 22px;
  background-image: url(http://www.jz-56.com/images/g_84.jpg);
  background-repeat: repeat-x;
  background-position: 50% 0;
}

.why-top-right2 {
  width: 400px;
  padding-top: 15px;
}

.why-lt3 {
  width: 650px;
}

.why-rt3 {
  width: 480px;
  padding-left: 50px;
  padding-right: 20px;
  margin-top: 20px;
}

.why-top-right3 {
  width: 360px;
  padding-top: 15px;
}

.why-lt4 {
  width: 613px;
  overflow: hidden;
}

.why-rt4 {
  width: 507px;
  padding-left: 60px;
  padding-right: 20px;
}

.why-top-right4 {
  width: 386px;
}

/** about **/
.section-about {
  width: 100%;
  min-width: 1200px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff;
}

.index-head-about {
  height: auto;
  overflow: hidden;
  border-left: 3px solid #00408f;
  padding-left: 15px;
  margin-bottom: 30px;
}

.index-head-about h3 {
  color: #222222;
  font-size: 26px;
  line-height: 30px;
  font-weight: bold;
}

.index-head-about h5 {
  text-transform: uppercase;
  line-height: 1;
  margin-top: 10px;
  margin-bottom: 4px;
}

.index-about-small {
  text-align: center;
  color: #464646;
  font-size: 18px;
  margin-top: 5px;
  text-transform: uppercase;
  font-family: arial;
  margin-bottom: 30px;
}

.index-about-pic {
  height: auto;
  overflow: hidden;
}

.index-about-pic img {
  display: block;
  max-width: 100%;
  height: auto;
}

.index-about-right {
  width: 583px;
}

.index-about-name {
  color: #000000;
  font-size: 24px;
  font-weight: bold;
}

.index-about-intro {
  color: #666;
  font-size: 16px;
  line-height: 2;
  margin-top: 20px;
}

.index-about-more {
  text-align: left;
  font-size: 14px;
  margin-top: 30px;
  text-transform: uppercase;
}

.index-about-more a {
  display: inline-block;
  color: #fff;
  height: 34px;
  line-height: 34px;
  padding-left: 30px;
  padding-right: 30px;
  background-color: #29d800;
}

.index-about-more a:hover {
  padding-left: 40px;
  padding-right: 40px;
}

.qiye-top {
  margin-top: 30px;
  border-bottom: 1px solid #afafaf;
  padding-bottom: 10px;
  color: #0080D6;
  font-size: 30px;
  line-height: 36px;
  font-weight: bold;
}

.qiye-top a {
  display: inline-block;
  float: right;
  color: #686868;
  font-size: 14px;
  font-weight: normal;
}

/** news **/
.section-news {
  width: 100%;
  min-width: 1200px;
  background-color: #fff;
  padding: 30px 0;
}

.index-head-news {
  text-align: center;
  position: relative;
  background-image: url(http://www.jz-56.com/images/g_138.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  padding-bottom: 10px;
}

.index-head-news h2 {
  color: #0080D6;
  font-weight: bold;
  text-transform: uppercase;
}

.index-head-news h5 {
  color: #666666;
  margin-top: 10px;
  margin-bottom: 15px;
}

.index-list-news {
  overflow: hidden;
  position: relative;
  margin-top: 20px;
}

.index-list-news ul li {
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 15px;
  position: relative;
}

.index-list-news ul li span {
  display: inline-block;
  float: right;
  margin-left: 20px;
}

.index-list-news ul li::before {
  content: '';
  width: 4px;
  height: 4px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  background-color: #222;
}

.index-list-news ul li a {
  display: block;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #666;
}

.index-list-news ul li a:hover {
  color: #ef8700;
}

.index-list-news-ymd {
  color: #ff0000;
  font-size: 13px;
  margin-top: 5px;
  text-decoration: underline;
}

.index-list-news-ymd p {
  display: block;
  color: #424242;
  font-size: 30px;
  line-height: 1.2;
  text-align: center;
}

.index-list-news-ymd span {
  display: block;
  color: #717171;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  margin-top: 2px;
}

.index-list-news-right {
  width: 310px;
  float: right;
}

.index-list-news-title {
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 10px;
}

.index-list-news-intro {
  line-height: 25px;
  overflow: hidden;
  color: #666;
  font-size: 12px;
  max-height: 50px;
  margin-top: 5px;
}

.ndes-picddd {
  height: 160px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
}

.nws-left {
  width: 390px;
}

.nws-left img {
  display: block;
  width: 100%;
  height: auto;
}

.main-newsright {
  width: 575px;
  height: auto;
  overflow: hidden;
  float: right;
}

.slideTxtBox {
  width: 100%;
}

.slideTxtBox .hd {
  position: relative;
  width: 100%;
  z-index: 5;
  text-align: center;
  margin-bottom: 30px;
}

.slideTxtBox .hd ul li {
  height: 36px;
  line-height: 36px;
  display: inline-block;
  *display: inline;
  padding: 0 40px;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  position: relative;
  margin: 0 5px;
  background-color: #494949;

  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.slideTxtBox .hd ul li.on {
  background-color: #29d800;
}

.slideTxtBox .hd ul li.on:after {
  width: 100%;
  height: 9px;
  background-image: url(http://www.jz-56.com/images/g_142.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
  left: 0px;
  bottom: -9px;
}

.slideTxtBox .bd {
  height: auto;
  overflow: hidden;
  margin-top: 10px;
}

.slideTxtBox .bd ul {
  width: 1215px;
  overflow: hidden;
}

.slideTxtBox .bd ul li {
  height: auto;
  overflow: hidden;
  width: 380px;
  float: left;
  margin-right: 15px;
}

.nwpic {
  width: 390px;
  height: 228px;
  overflow: hidden;
}

.nwpic img {
  display: block;
  width: 390px;
  height: 228px;
}

.section-link {
  width: 100%;
  min-width: 1200px;
  padding: 30px 0;
  background-color: #F9F9F9;
}

.link-list {
  margin-top: 20px;
  color: #565656;
  font-size: 14px;
  line-height: 2;
}

.link-list a {
  margin: 3px 8px;
}

.news-ding-wrap {
  height: auto;
  overflow: hidden;
}

.news-ding-wrap .pic {
  width: 240px;
  height: 190px;
  overflow: hidden;
  float: left;
}

.news-ding-wrap .pic img {
  display: block;
  width: 100%;
  height: 190px;
  object-fit: cover;
}

.ding-box {
  height: auto;
  overflow: hidden;
  margin-left: 260px;
}

.ding-box .sjsj {
  color: #666;
  font-size: 14px;
  line-height: 16px;
}

.ding-box .title {
  font-size: 16px;
  line-height: 24px;
  max-height: 48px;
  overflow: hidden;
  margin-top: 10px;
  font-weight: bold;
}

.ding-box .intro {
  color: #666;
  font-size: 14px;
  line-height: 24px;
  max-height: 48px;
  overflow: hidden;
  margin-top: 10px;
}

.ding-box .more {
  margin-top: 10px;
}

.ding-box .more a {
  color: #ef8700;
}

/**********************
****** inner css ******
**********************/
/** 内页banner **/
.inbanner {
  width: 100%;
  min-width: 1200px;
  height: 480px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.inner-word {
  color: #FFFFFF;
  font-size: 36px;
  text-transform: uppercase;
  margin-top: 200px;
  position: relative;
  display: none;
}

.inner-word:after {
  width: 40px;
  height: 2px;
  background-color: #FFFFFF;
  position: absolute;
  left: 0;
  bottom: -15px;
}

.section-inner {
  width: 100%;
  min-width: 1200px;
  padding: 30px 0;
  background-color: #FFFFFF;
}

/** 左右结构 **/
.slider {
  width: 250px;
  float: left;
  background-color: #fff;
  box-shadow: 0px 0px 5px rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0px 0px 5px rgba(255, 255, 255, 1);
  -moz-box-shadow: 0px 0px 5px rgba(255, 255, 255, 1);
}

.slide-head {
  color: #fff;
  font-size: 18px;
  background-color: #00408f;
  padding-left: 15px;
  height: 54px;
  line-height: 54px;
  overflow: hidden;
  text-transform: uppercase;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
}

.slide-head i {
  vertical-align: middle;
  font-size: 24px;
  margin-right: 12px;
  font-family: inherit;
}

.menu-slide {
  height: auto;
  overflow: visible;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}

.menu-slide dl dt {
  position: relative;
  border-bottom: 1px solid #eee;
}

.menu-slide dl dt a {
  display: block;
  height: auto;
  line-height: 25px;
  overflow: hidden;
  /* white-space: nowrap;
	text-overflow: ellipsis; */
  font-size: 15px;
  position: relative;
  padding: 13px 30px 13px 13px;
  background-color: rgba(51, 153, 222, .05);
}

.menu-slide dl dt a:hover {
  color: #00408f;
  background-color: rgba(51, 153, 222, 0);
}

.menu-slide dl dt.active a {
  color: #00408f;
  background-color: rgba(51, 153, 222, 0);
}

.menu-slide dl dt::before {
  content: '';
  width: 3px;
  height: 0;
  background-color: #00408f;
  position: absolute;
  left: -1px;
  top: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.menu-slide dl dt.active::before,
.menu-slide dl dt:hover::before {
  height: 100%;
}

.menu-slide dl dt i {
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(0);
  -webkit-transform: translateY(-50%) rotate(0);
  -moz-transform: translateY(-50%) rotate(0);
  -ms-transform: translateY(-50%) rotate(0);
  font-size: 14px;
  color: #00408f;
  cursor: pointer;
  z-index: 1000;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.menu-slide dl dt em {
  font-size: 20px;
  vertical-align: middle;
  margin-right: 8px;
}

.menu-slide dl dt.active i {
  transform: translateY(-50%) rotate(90deg);
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
}

/*** two ***/
.menu-slide dl dd.sort-two {
  height: auto;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #eee;
}

.menu-slide dl dd.sort-two a {
  display: block;
  height: auto;
  line-height: 25px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 15px;
  position: relative;
  padding: 13px 15px 13px 10px;
}

.menu-slide dl dd.sort-two i {
  font-size: 20px;
  vertical-align: top;
  margin-right: 5px;
  line-height: 25px;
}

.menu-slide dl dd.sort-two a.active {
  color: #00408f;
}

/*** three ***/
.menu-slide dl dd.sort-three {
  height: auto;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #eee;
}

.menu-slide dl dd.sort-three a {
  display: block;
  height: auto;
  line-height: 25px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 15px;
  position: relative;
  padding: 13px 15px 13px 30px;
}

.menu-slide dl dd.sort-three i {
  font-size: 30px;
  vertical-align: top;
  margin-right: 5px;
  line-height: 25px;
}

.menu-slide dl dd.sort-three a.active {
  color: #00408f;
}


/*** pro cate **/
.menu-pro {
  overflow: hidden;
}

.menu-pro dl dt {
  position: relative;
  display: block;
}

.menu-pro dl dt a {
  display: block;
  height: 34px;
  line-height: 34px;
  border-bottom: 1px solid #DDDDDD;
  padding-left: 25px;
  background-image: url(http://www.jz-56.com/images/ndot1.png);
  background-repeat: no-repeat;
  background-position: 8px 50%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.menu-pro dl dt a:hover {
  color: #ef6100;
  background-color: #f5f6f6;
}

.menu-pro dl dt a.active {
  color: #ef6100;
  background-color: #F5F6F6;
  background-image: url(http://www.jz-56.com/images/ndot2.png);
}

.menu-pro dl dd {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.menu-pro dl dd a {
  display: block;
  padding-left: 25px;
  background-image: url(http://www.jz-56.com/images/dot4_03.png);
  background-repeat: no-repeat;
  background-position: 10px 50%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.menu-pro dl dd a.active {
  color: #c00;
}

.menu-pro dl dd.dd3 a {
  display: block;
  padding-left: 25px;
  background-image: url(http://www.jz-56.com/images/list_dot1.gif);
  background-repeat: no-repeat;
  background-position: 10px 50%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.menu-pro dl dd.dd3 a.active {
  color: #000000;
  text-decoration: underline;
}

/** end **/

.news-slide {
  height: auto;
  overflow: hidden;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 0;
}

.news-slide ul li {
  height: auto;
  overflow: hidden;
  border-bottom: 1px solid #eee;
  position: relative;
}

.news-slide ul li:last-child {
  border-bottom: none;
}

.news-slide ul li a {
  display: block;
  height: 50px;
  overflow: hidden;
  line-height: 50px;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 25px;
  padding-right: 15px;
  position: relative;
}

.news-slide ul li a::before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #00408f;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -2.5px;
}

.contact-slide {
  padding: 10px 15px;
  color: #666666;
  font-size: 14px;
  line-height: 2;
  border: 1px solid #eee;
  border-top: none;
}

.contact-slide img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}


.menu {
  display: block;
  border: 1px solid #ddd;
  border-top: none;
}

.menu>li {
  position: relative;
}

.menu>li>a {
  display: block;
  color: #333;
  line-height: 18px;
  border-top: 1px solid #ddd;
  padding: 10px 15px 10px 24px;
  background-color: #fff;
  background-image: url(http://www.jz-56.com/images/jt1.png);
  background-repeat: no-repeat;
  background-position: 10px 15px;
}

.menu>li>a.active,
.menu>li>a:hover {
  color: #eb3e00;
  background-image: url(http://www.jz-56.com/images/jt2.png);
}

.menu>li:first-child>a {
  border-top: none;
}

.main-right {
  width: 925px;
  float: right;
  background-color: #fff;
}

.path-inner {
  height: auto;
  overflow: visible;
  border-bottom: 1px solid #eee;
}

.path-inner span {
  display: inline-block;
  color: #00408f;
  font-size: 16px;
  line-height: 50px;
  position: relative;
}

.path-inner span::after {
  content: '';
  width: 40px;
  height: 3px;
  background-color: #00408f;
  position: absolute;
  left: 0;
  bottom: -1px;
}

.path-inner p {
  float: right;
  font-size: 14px;
  color: #444;
  height: 50px;
  line-height: 50px;
  display: inline-block;
}

.path-inner p a {
  color: #444;
  display: inline-block;
  vertical-align: middle;
  line-height: 50px;
}

.path-inner p i {
  font-size: 18px;
  vertical-align: middle;
  margin-right: 8px;
}

.single-title {
  color: #00408f;
  font-size: 18px;
  border-bottom: 1px solid #eee;
  height: auto;
  overflow: visible;
}

.single-title span {
  display: inline-block;
  line-height: 50px;
  position: relative;
}

.single-title span::after {
  content: '';
  width: 40px;
  height: 3px;
  background-color: #00408f;
  position: absolute;
  left: 0;
  bottom: -1px;
}

.single-content {
  color: #555;
  font-size: 15px;
  line-height: 2.45;
  margin-top: 20px;
}

.single-content img {
  max-width: 100%;
  height: auto;
}

.full-map {
  margin-top: 30px;
  overflow: hidden;
}

/** 新闻列表 **/
.list-news {
  height: auto;
  position: relative;
}

.list-news ul li {
  border-bottom: 1px dashed #ddd;
  padding: 20px 0;
  height: auto;
  overflow: hidden;
  position: relative;
}

.list-news ul li .news-pic {
  width: 240px;
  height: auto;
  overflow: hidden;
  float: left;
}

.list-news ul li .news-pic img {
  display: block;
  width: 100%;
  height: auto;

  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);

  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
}

.list-news ul li:hover .news-pic img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.list-news ul li .news-right {
  height: auto;
  overflow: hidden;
  margin-left: 270px;
}

.list-news ul li .news-title {
  font-size: 18px;
  height: auto;
  overflow: hidden;
}

.list-news ul li .news-intro {
  color: #666;
  line-height: 30px;
  height: auto;
  max-height: 90px;
  overflow: hidden;
  margin-top: 10px;
}

.list-news ul li .news-date {
  color: #555;
  margin-top: 10px;
  height: 28px;
  line-height: 28px;
  overflow: hidden;
}

.list-news ul li .news-date i {
  vertical-align: middle;
  margin-right: 10px;
  font-size: 18px;
}

.content-title {
  text-align: center;
  color: #000;
  font-size: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  margin-top: 20px;
}

.list-faq {
  overflow: hidden;
  margin-top: 20px;
}

.list-faq ul li {
  line-height: 44px;
  height: 44px;
  border-bottom: 1px solid #DDDDDD;
  font-size: 14px;
}

.list-faq ul li span {
  display: inline-block;
  float: right;
  padding-left: 15px;
  color: #999;
}

.list-faq ul li a {
  display: block;
  height: 44px;
  line-height: 44px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 20px;
  background-image: url(http://www.jz-56.com/images/dian.jpg);
  background-repeat: no-repeat;
  background-position: 2px 50%;
}

/************************
*** products ************
************************/
.pro_list {
  margin-top: 30px;
  position: relative;
}

.pro_list ul {
  width: 972px;
}

.pro_list ul li {
  display: block;
  float: left;
  height: auto;
  overflow: hidden;
}

.pro_list ul li.fullli {
  width: 100%;
  height: 1px;
  margin: 0;
  float: left;
}

/** 一行四个 **/
.pro_list ul li.item4 {
  width: 217px;
  margin-right: 14px;
}

.pro_list ul li.item4 img {
  width: 215px;
  height: auto;
}

/** 一行三个 **/
.pro_list ul li.item3 {
  width: 302px;
  margin-right: 22px;
}

.pro_list ul li.item3 img {
  width: 100%;
  height: auto;
}

.pro_list ul li.none-data {
  width: 100%;
}

.pro_list ul li span {
  display: block;
  text-align: center;
  overflow: hidden;
  height: 46px;
  line-height: 46px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.pro_list ul li a {
  color: #555;
}

.pro_list ul li a:hover {
  color: #c00;
}

.pro_list ul li.item3 .product-img {
  width: 300px;
  height: auto;
  overflow: hidden;
  border: 1px solid #eee;
}

.pro_list ul li.item3 .product-img img {
  width: 300px;
  height: auto;

  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);

  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
}

.pro_list ul li.item3:hover .product-img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.pro_list ul li.item4 .product-img {
  width: 215px;
  height: auto;
  overflow: hidden;
  border: 1px solid #eee;
}

.pro_list ul li.item4 .product-img img {
  width: 215px;
  height: auto;

  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);

  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
}

.pro_list ul li.item4:hover .product-img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

/************************
*** case-list ************
************************/
.case-list {
  height: auto;
  overflow: hidden;
}

.case-list.item3 ul {
  width: 945px;
}

.case-list.item4 ul {
  width: 940px;
}

.case-list.item3 ul li {
  width: 295px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.case-list.item4 ul li {
  width: 220px;
  margin-right: 15px;
  margin-bottom: 15px;
}

.case-list ul li .pic.bord {
  border: 1px solid #eee;
}

.case-list ul li {
  float: left;
  height: auto;
  overflow: hidden;
  position: relative;
}

.case-list ul li:hover .pic img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

.case-list ul li .title {
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  background-color: #f5f5f5;
  padding: 0 10px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.case-list ul li:hover .title {
  color: #fff;
  background-color: #00408f;
}

.case-list ul li a:hover {
  color: #c00;
}

.case-list ul li:hover .pic.bord {
  border-color: #00408f;
}

.case-list ul li.full-li {
  width: 100%;
  height: 1px;
  float: left;
  margin: 0;
}

/************************
*** products detail *****
************************/
.product-wrap {
  height: auto;
  overflow: hidden;
  position: relative;
}

.product-row {
  height: auto;
  overflow: hidden;
  position: relative;
  margin-top: 25px;
}

.product-mag {
  width: 402px;
  float: left;
}

.product-right {
  width: 490px;
  float: right;
}

.product-title {
  color: #00408f;
  background: #fff;
  font-size: 24px;
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 15px;
}

.product-class {
  color: #666;
  font-size: 12px;
  line-height: 2;
  margin-top: 15px;
}

.product-intro {
  color: #565656;
  font-size: 14px;
  line-height: 2;
  margin-top: 15px;
  overflow: hidden;
}

.product-class strong,
.product-intro strong {
  color: #c00;
}

.content-product {
  color: #444;
  font-size: 14px;
  line-height: 2.25;
}

/************************
*** big pictures ********
************************/
.preview {
  width: 302px;
  height: 320px;
  float: left;
}

/* smallImg */
.smallImg {
  position: relative;
  height: 52px;
  margin-top: 1px;
  padding: 6px 0;
  width: 302px;
  overflow: hidden;
  float: left;
}

.scrollbutton {
  width: 14px;
  height: 50px;
  overflow: hidden;
  position: relative;
  float: left;
  cursor: pointer;
}

.scrollbutton.smallImgUp,
.scrollbutton.smallImgUp.disabled {
  background: url(http://www.jz-56.com/img/lt_01.png) no-repeat;
}

.scrollbutton.smallImgDown,
.scrollbutton.smallImgDown.disabled {
  background: url(http://www.jz-56.com/img/rt_01.png) no-repeat;
  margin-left: 285px;
  margin-top: -50px;
}

#imageMenu {
  height: 50px;
  width: 270px;
  overflow: hidden;
  margin-left: 0;
  float: left;
}

#imageMenu li {
  height: 50px;
  width: 50px;
  overflow: hidden;
  float: left;
  text-align: center;
  margin-left: 4px;
}

#imageMenu li img {
  width: 50px;
  height: 50px;
  cursor: pointer;
}

#imageMenu li#onlickImg img,
#imageMenu li:hover img {
  width: 48px;
  height: 48px;
  border: 1px solid #e3e3e3;
}

/* bigImg */
.bigImg {
  position: relative;
  float: left;
  width: 300px;
  height: 256px;
  overflow: hidden;
  border: 1px solid #e3e3e3;
}

.bigImg #midimg {
  width: 300px;
  height: 256px;
}

.bigImg #winSelector {
  width: 100px;
  height: 85px;
}

#winSelector {
  position: absolute;
  cursor: crosshair;
  filter: alpha(opacity=15);
  -moz-opacity: 0.15;
  opacity: 0.15;
  background-color: #000;
  border: 1px solid #fff;
}

/* bigView */
#bigView {
  position: absolute;
  border: 1px solid #e3e3e3;
  overflow: hidden;
  z-index: 999;
}

#bigView img {
  position: absolute;
}

/* product info end */

/************************
*** tabs changes ********
************************/
.tabBox {
  height: auto;
  overflow: hidden;
  position: relative;
  margin-top: 30px;
}

.tabBox .tabNav {
  overflow: hidden;
  _zoom: 1;
  text-align: center;
}

.tabBox .tabNav li {
  padding: 0 30px;
  float: left;
  cursor: pointer;
  line-height: 50px;
  background: #eee;
  color: #000;
  font-size: 16px;
}

.tabBox .tabNav li.now {
  color: #fff;
  background: #00408f;
}

.tabBox .tabCont {
  display: none;
  border: 1px solid #eee;
  padding: 20px;
}

/************************
*** form buttom *********
************************/
.txtf {
  width: 400px;
  border: 1px solid #ddd;
  height: 20px;
  line-height: 20px;
  text-indent: 10px;
  color: #555
}

.txtf:focus {
  border: 1px solid #000;
}

.txtf_2 {
  width: 400px;
  border: 1px solid #ddd;
  line-height: 20px;
  color: #555;
  font-size: 12px;
}

.txtf_2:focus {
  border: 1px solid #000;
}

.ctus_btm {
  width: 90px;
  height: 30px;
  line-height: 28px;
  border: 1px solid #000;
  outline: none 0;
  background: #000;
  display: inline-block;
  margin-right: 20px;
  color: #fff;
  font-family: 'Verdana';
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  border-radius: 5px;
}

.ctus_btm:hover {
  background: #fff;
  border: 1px solid #000;
  color: #000;
}

/**********************
******** form *********
**********************/
.msg-head {
  background-color: #eee;
  color: #c00;
  font-size: 14px;
  padding: 15px 25px;
  margin-top: 20px;

  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.msg-wrap {
  position: relative;
  margin-top: 10px;
}

.form-group {
  margin: 15px 0;
}

.form-group label {
  display: inline-block;
  line-height: 32px;
  font-size: 14px;
  color: #666;
  margin-right: 15px;
  width: 80px;
  text-align: right;
  float: left;
}

.form-group input[type=text] {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  border: 1px solid #eee;
  padding: 0 10px;
  min-width: 400px;
  float: left;
  color: #555;
  font-size: 12px;

  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}

.form-group textarea {
  display: inline-block;
  padding: 5px 10px;
  color: #555;
  font-size: 12px;
  line-height: 20px;
  border: 1px solid #ddd;
  min-width: 400px;
  min-height: 80px;
  resize: none;
}

.form-group input[type=submit] {
  display: inline-block;
  margin-left: 96px;
  border: none;
  color: #fff;
  background-color: #eb3e00;
  padding: 8px 40px;
  cursor: pointer;
  font-size: 12px;
  text-transform: uppercase;

  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

/************************
*** photo-list ************
************************/
.photo-list {
  overflow: hidden;
  margin-top: 20px;
}

.photo-list ul {
  width: 972px;
}

.photo-list ul li {
  display: block;
  float: left;
  height: auto;
  overflow: hidden;
}

.photo-list ul li img {
  display: block;
  border: 1px solid #ddd;
}

/** 一行四个 **/
.photo-list ul li.item4 {
  width: 222px;
  margin-right: 20px;
}

.photo-list ul li.item4 img {
  width: 220px;
  height: auto;
}

/** 一行三个 **/
.photo-list ul li.item3 {
  width: 302px;
  margin-right: 22px;
}

.photo-list ul li.item3 img {
  width: 300px;
  height: auto;
}

.photo-list ul li span {
  display: block;
  text-align: center;
  overflow: hidden;
  height: 46px;
  line-height: 46px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.photo-list ul li a {
  color: #555;
}

.photo-list ul li a:hover {
  color: #c00;
}

.photo-list ul li.full-li {
  width: 100%;
  height: 1px;
  float: left;
}

/**********************
******** pages ********
**********************/
.page-number {
  margin-top: 15px;
  margin-bottom: 20px;
  /*border-top:1px dotted #ddd;
	border-bottom:1px dotted #ddd;*/
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  font-size: 0;
  font-family: Arial;
}

.page-number span {
  display: inline-block;
  font-size: 12px;
  margin: 3px;
  border: 1px solid #ddd;
  padding: 4px 8px;
  background-color: #f5f5f5;
  color: #666;
}

.page-number span a {
  display: inline-block;
  color: #666;
}

.page-number span a:hover {
  color: #00408f;
}

.page-number span.on {
  color: #fff;
  background-color: #00408f;
  border-color: #00408f;
}

.page-number span.on a {
  color: #fff;
}



.shipinglst {
  overflow: hidden;
  margin-top: 25px;
}

.shipinglst ul {
  width: 975px;
}

.shipinglst ul li {
  width: 300px;
  height: auto;
  overflow: hidden;
  float: left;
  margin-right: 25px;
}

.vdkjoeae {
  position: relative;
  height: auto;
  overflow: hidden;
}

.vdkjoeae img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}

.vdlaeoeee {
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  text-align: center;
  font-size: 16px;
  padding: 0 10px;
}

/** download **/
.list-download {
  overflow: hidden;
  margin-top: 20px;
}

.list-download ul li {
  border-bottom: 1px dashed #ddd;
  padding: 15px 0;
}

.dwn-title {
  height: 32px;
  line-height: 32px;
  font-size: 14px;
}

.dwn-title i {
  padding-right: 6px;
}

.down-dwn {
  font-size: 14px;
  margin-top: 5px;
}

.down-dwn a {
  display: inline-block;
  padding: 6px 20px;
  color: #fff;
  background-color: #333;
  font-size: 12px;
}

/** kf **/
#kf_kefu {
  width: 45px;
  height: auto;
  position: fixed;
  top: 120px;
  right: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.9);
}

.kf_middle {
  position: relative;
}

.kf_kflist {
  height: auto;
  position: relative;
}

.kf_kflist ul li {
  width: 45px;
  height: 45px;
  position: relative;
  border-bottom: 1px dotted #666;
}

.kf_kflist ul li:last-child {
  border-bottom: none;
}

.kf_kflist ul li a {
  display: block;
  width: 45px;
  height: 45px;
}

.kf_kflist ul li a:hover {
  background-color: #00408f;
}

.kf_weixin_outer {
  padding: 10px;
  background-color: #FFFFFF;
  position: absolute;
  bottom: 0;
  right: 55px;
  z-index: 999;
  border: 1px solid #DDDDDD;
  display: none;
}

.kf_weixin_outer.onshow {
  display: block;
}

.kf_weixin_outer:before,
.kf_weixin_outer:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  display: block;
  border-width: 10px;
  border-style: solid;
  bottom: 15px;
}

.kf_weixin_outer:before {
  right: -20px;
  border-color: transparent transparent transparent #ddd;
}

.kf_weixin_outer:after {
  right: -19px;
  border-color: transparent transparent transparent white;
}

.kf_weixin_outer img {
  width: 100px;
  height: 100px;
}


/*在线客服部分*/
.contactusdiyou {
  position: fixed;
  right: -230px;
  bottom: 0px;
  _position: absolute;
  width: 230px;
  height: 100%;
  background: #0B7AC4;
  z-index: 99999999999;
  _margin-bottom: 0px;
  _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0)));
  transition: all .5s ease;
}

.contactusdiyou .hoverbtn {
  width: 30px;
  height: 129px;
  padding-top: 20px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -66px;
  left: -30px;
  font-size: 14px;
  color: #fff;
  background: #0B7AC4;
  -webkit-border-radius: 3px 0px 0px 3px;
  -moz-border-radius: 3px 0px 0px 3px;
  -o-border-radius: 3px 0px 0px 3px;
  border-radius: 3px 0px 0px 3px;
  -moz-box-shadow: -4px 4px 4px -4px #000;
  -webkit-box-shadow: -4px 4px 4px -4px #000;
  box-shadow: -4px 4px 4px -4px #000;
}

.contactusdiyou .hoverbtn span {
  width: 30px;
  height: 19px;
  line-height: 19px;
  text-align: center;
  overflow: hidden;
  float: left;
}

.contactusdiyou .hoverbtn .hoverimg {
  width: 13px;
  height: 9px;
  margin: 10px 0px 0px 10px;
  float: left;
  display: inline;
  background-repeat: no-repeat;
}

.hoverimg2 {
  background: url(http://www.jz-56.com/kf/hoverbtnbg1.png) no-repeat;
}

.contactusdiyou .conter {
  width: 186px;
  height: auto;
  margin-left: 22px;
  position: absolute;
  top: 15%;
}

.contactusdiyou .conter .con1 {
  border-bottom: 1px solid #0B7AC4;
  padding-bottom: 22px;
}

.contactusdiyou .conter .con1 dl dt {
  width: 31px;
  height: 31px;
  float: left;
  position: relative;
  top: 32px;
}

.contactusdiyou dl .f1 {
  width: 142px;
  height: 36px;
  line-height: 36px;
  float: right;
  font-size: 14px;
  _font-size: 14px;
  *font-size: 15px;
  color: #fff;
  vertical-align: top;
  font-weight: bold;
}

.contactusdiyou dl .f2 {
  width: 142px;
  float: right;
  font-size: 12px;
  color: #fff;
  height: 30px;
  line-height: 30px;
  float: right;
}

.contactusdiyou .conter .con1 dl dd .ph_num {
  font: 18px 'Microsoft yahei';
  *font-size: 16px;
  _font-size: 16px;
  color: #fff;
  height: 25px;
}

.contactusdiyou .qqcall {
  padding: 22px 0px;
  height: auto;
  border-bottom: 1px solid #0B7AC4;
}

.contactusdiyou .qqcall dl dt {
  width: 31px;
  height: 31px;
  float: left;
  position: relative;
  top: 32px;
}

.kefuQQ {
  float: left;
  width: 80px;
  height: auto;
}

.kefuQQ a {
  background: url(../image/button-custom-qq.gif) no-repeat;
  width: 70px;
  height: 20px;
  margin-right: 0px;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}

.kefuQQ a:hover {
  background: url(../image/button-custom-qq-h.gif) no-repeat;
}

.contactusdiyou .weixincall {
  float: right;
  padding: 22px 0;
  border-bottom: 1px solid #0B7AC4;
}

.contactusdiyou .weixincall dl dt {
  width: 31px;
  height: 31px;
  float: left;
  position: relative;
  top: 32px;
}

.contactusdiyou .weixincall .f3 {
  float: right;
  width: 73px;
  height: auto;
  margin-right: 69px;
  display: inline;
}

.contactusdiyou .weixincall .f3 img {
  width: 120px;
  height: auto;
}

.contactusdiyou .dytimer {
  float: right;
  width: 160px;
  height: 40px;
  padding: 16px 0px 15px 0px;
  /* background: #007b77; */
  margin: 20px 0px 0px 0px;
}

.contactusdiyou .dytimer span {
  display: block;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #fff;
}

.contactusdiyou .dytimer span a {
  color: #fff;
}

.diyou {
  _position: absolute;
  _bottom: auto;
  _margin-bottom: 0px;
  z-index: 99999999999;
  _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0)));
}

.diyoumask {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100000;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  filter: alpha(Opacity=30);
  background: #000;
  display: none;
}

.fn_cle:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/*在线客服部分*/

/* kf4 **/
.side {
  position: fixed;
  width: 45px;
  right: 0;
  bottom: 10px;
  z-index: 9999;
}

.side ul li {
  width: 45px;
  height: 45px;
  line-height: 45px;
  float: left;
  position: relative;
  background: #333;
  border-bottom: 1px solid #999;
}

.side ul li .sidebox {
  position: absolute;
  width: 45px;
  height: 45px;
  line-height: 45px;
  top: 0;
  right: 0;
  transition: all 0.3s;
  background: #333;
  color: #fff;
  font-size: 14px;
  overflow: hidden;
}

.side ul li .sidetop {
  width: 45px;
  height: 45px;
  line-height: 45px;
  display: inline-block;
  background: #333;
  transition: all 0.3s;
}

.side ul li img {
  float: left;
}

.side ul li .right_ewm_box {
  position: absolute;
  right: 60px;
  bottom: 0px;
  z-index: 9999999;
  padding: 10px;
  background: #fff;
  border: 1px solid #ccc;
  width: 120px;
  text-align: center;
  -moz-box-shadow: 0px 0px 5px #666;
  -webkit-box-shadow: 0px 0px 5px #666;
  box-shadow: 0px 0px 5px #666;
  display: none;
}

.side ul li:hover .right_ewm_box {
  display: block;
}

.side ul li .right_ewm_box:after {
  border: solid transparent;
  content: ' ';
  height: 0;
  bottom: 15px;
  position: absolute;
  width: 0;
  border-width: 10px;
  border-left-color: #bbb;
  left: 100%;
}

.side ul li .right_ewm_box img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0px auto;
}

.side ul li .right_ewm_box p {
  font-weight: normal;
  display: block;
  line-height: 20px;
}

/* end **/

/** kf5 **/
.float0831 {
  POSITION: absolute;
  TOP: 50px;
  RIGHT: 1px;
  _position: absolute;
  z-index: 9999;
}

.float0831 A {
  COLOR: #00a0e9
}

.float0831 A:hover {
  COLOR: #ff8100;
  TEXT-DECORATION: none
}

.float0831 .floatL {
  height: 200px;
  WIDTH: 28px;
  FLOAT: left
}

.float0831 .floatL A {
  TEXT-INDENT: -9999px;
  DISPLAY: block;
  FONT-SIZE: 0px
}

.float0831 .floatR {
  BACKGROUND: url(../image/float_bg.gif)
}

.float0831 .tp {
  BACKGROUND: url(../image/float_bg.gif)
}

.float0831 .cn2 {
  BACKGROUND: url(../image/float_bg.gif)
}

.float0831 .floatR {
  PADDING-BOTTOM: 15px;
  WIDTH: 130px;
  BACKGROUND-REPEAT: no-repeat;
  BACKGROUND-POSITION: -131px bottom;
  FLOAT: left;
  OVERFLOW: hidden
}

.float0831 .tp {
  BACKGROUND-REPEAT: no-repeat;
  BACKGROUND-POSITION: 0% 0%;
  HEIGHT: 10px
}

.float0831 .cn2 {
  BACKGROUND-REPEAT: repeat-y;
  BACKGROUND-POSITION: -262px 0px
}

.float0831 .cn2 H3 {
  TEXT-INDENT: -9999px;
  HEIGHT: 36px;
  FONT-SIZE: 0px
}

.float0831 .cn2 UL {
  PADDING-BOTTOM: 0px;
  PADDING-LEFT: 14px;
  PADDING-RIGHT: 12px;
  PADDING-TOP: 0px;
  padding-bottom: 10px;
  min-height: 120px;
}

.float0831 .cn2 UL LI {
  BORDER-BOTTOM: #e6e5e4 1px solid;
  LINE-HEIGHT: 30px;
  WORD-WRAP: break-word;
  HEIGHT: 30px;
  OVERFLOW: hidden;
  WORD-BREAK: normal
}

.float0831 .titZx {
  BACKGROUND: url(../image/float_s_en.gif) no-repeat
}

.float0831 .titDh {
  BACKGROUND: url(../image/float_s_en.gif) no-repeat
}

.float0831 .titDc {
  BACKGROUND: url(../image/float_s_en.gif) no-repeat
}

.float0831 .icoZx {
  BACKGROUND: url(../image/float_s_en.gif) no-repeat
}

.float0831 .icoFf {
  BACKGROUND: url(../image/float_s_en.gif) no-repeat
}

.float0831 .icoTl {
  BACKGROUND: url(../image/float_s_en.gif) no-repeat
}

.float0831 .btnOpen {
  BACKGROUND: url(../image/float_s_en.gif) no-repeat
}

.float0831 .btnOpen_n {
  BACKGROUND: url(../image/float_s_en.gif) no-repeat
}

.float0831 .btnCtn {
  BACKGROUND: url(../image/float_s_en.gif) no-repeat
}

.float0831 .titZx {
  BACKGROUND-POSITION: 5px -10px
}

.float0831 .titDh {
  BACKGROUND-POSITION: 5px -66px
}

.float0831 .titDc {
  BACKGROUND-POSITION: 5px -124px
}

.float0831 .icoZx {
  BACKGROUND-POSITION: 2px -154px
}

.float0831 .icoFf {
  BACKGROUND-POSITION: 2px -213px
}

.float0831 .icoTl {
  PADDING-LEFT: 20px;
  DISPLAY: block;
  FONT-FAMILY: "宋体";
  BACKGROUND-POSITION: 2px -266px;
  FLOAT: left
}

.float0831 .btnOpen {
  BACKGROUND-POSITION: -30px -396px
}

.float0831 .btnOpen_n {
  BACKGROUND-POSITION: 0px -530px
}

.float0831 .btnCtn {
  BACKGROUND-POSITION: 0px -396px
}

.float0831 .icoZx {
  PADDING-LEFT: 28px;
  DISPLAY: block;
  FLOAT: left
}

.float0831 .icoTc {
  margin-top: 5px;
  PADDING-LEFT: 10px;
  DISPLAY: block;
  FLOAT: left
}

.float0831 .icoFf {
  PADDING-LEFT: 28px;
  DISPLAY: block;
  FLOAT: left
}

.float0831 .btnOpen {
  POSITION: relative;
  WIDTH: 28px;
  HEIGHT: 118px;
  TOP: 80px;
  LEFT: 2px
}

.float0831 .btnOpen_n {
  POSITION: relative;
  WIDTH: 28px;
  HEIGHT: 118px;
  TOP: 80px;
  LEFT: 2px
}

.float0831 .btnCtn {
  POSITION: relative;
  WIDTH: 28px;
  HEIGHT: 118px;
  TOP: 80px;
  LEFT: 2px
}

.float0831 .btnOpen {
  TOP: 28px;
  LEFT: 1px
}

.float0831 .btnOpen_n {
  TOP: 28px;
  LEFT: 1px
}

.float0831 .btnCtn {
  TOP: 28px;
  LEFT: 2px
}

.float0831 UL LI H3.titDc A {
  WIDTH: 80px;
  DISPLAY: block;
  HEIGHT: 36px
}

.float0831 UL LI.top {
  BORDER-BOTTOM: #ace5f9 1px solid
}

.float0831 UL LI.bot {
  BORDER-BOTTOM-STYLE: none
}

.float0831 UL.webZx {
  PADDING-BOTTOM: 0px;
  PADDING-LEFT: 0px;
  WIDTH: 164px;
  PADDING-RIGHT: 0px;
  BACKGROUND: url(http://www.jz-56.com/kf/webZx_bg.jpg) no-repeat;
  HEIGHT: 65px;
  PADDING-TOP: 0px
}

.float0831 UL LI.webZx-in {
  BORDER-BOTTOM-STYLE: none;
  PADDING-LEFT: 5px;
  HEIGHT: 50px;
  PADDING-TOP: 8px
}

/** end **/

.partner-list {
  height: auto;
  overflow: hidden;
  margin-top: 20px;
}

.partner-list ul {
  width: 9356px;
}

.partner-list ul li {
  width: 177px;
  height: auto;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}

.partner-list ul li.full-li {
  width: 100%;
  margin-right: 0;
}

.partner-list ul li .pic {
  height: auto;
  border: 1px solid #ddd;
  overflow: hidden;
}

.partner-list ul li .pic img {
  display: block;
  height: 100px;
  width: 100%;
  margin: 0 auto;
  object-fit: cover;
}

.partner-list ul li span {
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  overflow: hidden;
  font-size: 14px;
}

.index-ico-list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 25px;
}

.index-ico-list li {
  width: 25%;
  padding: 10px;
  box-sizing: border-box;
}

.index-ico-list li .item {
  height: auto;
  overflow: hidden;
}

.index-ico-list li .title {
  height: auto;
  overflow: hidden;
  text-align: center;
  color: #000;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}

.index-ico-list li .pic {
  height: auto;
  overflow: hidden;
}

.index-ico-list li .pic img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  transition: .5s;
}

.index-ico-list li .item:hover .pic img {
  transform: scale(1.1);
}

.owl-zs {
  margin-top: 25px;
}

.owl-zs .item .title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}


/*分页*/
#pagelist {
  width: 100%;
  text-align: center;
  padding-bottom: 40px;
  padding-top: 50px;
  overflow: hidden
}

#pagelist span {
  padding: 10px 15px;
  background: #dddede;
  color: #bababa;
  margin: 0 2px;
  border: 1px solid #ccc;
}

#pagelist a {
  background: #fff;
  padding: 10px 15px;
  color: #333;
  margin: 0 2px;
  border: 1px solid #eee;
  display: inline-block;
}

#pagelist .active {
  background: #009688;
  color: #fff;
}